'1. Call GetModuleHandle to get an instance handle for your app--required by all the CTL3D calls
'2. Call Ctl3dRegister and Ctl3dAutoSubClass
'3. Be sure to call Ctl3dUnregister before ending your app
'See Form_Load and Form_Unload procedures for more info
'Paul Bonner
'CIS: 76000,13
If you don't have CTL3D.DLL you can download it from Lib 3 of the MSDNLIB forum. It's in a file called 3-31.ZIP which also contains C source code for using the DLL.